Sponsored by:
Corey Chivers
PhD Candidate, Data Hacker
hw <- read.csv("data/heightweight.csv")
fit <- lm(weightLb ~ heightIn, data = hw)
plot(hw$heightIn, hw$weightLb, xlab = "Height (Inches)", ylab = "Weight (Lbs)")
abline(fit, lty = 2)
knitr + git
+
library(knitr)
knit('001-minimal.Rmd')
Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to humans what we want the computer to do. -- Donald E. Knuth, Literate Programming, 1984
Wildlife:
Energy/Fuel/Oil/Mining:
Trig/Family/Inspiration:
Education/Waste:
These slides were created using Ramnath Vaidyanathan's Slidify package
Slide source available on github